- close
bool close(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onBinary
void onBinary(ubyte[] frame)
Undocumented in source.
- onBody
void onBody(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClose
void onClose(ubyte[] data)
Undocumented in source.
- onEOM
void onEOM()
Undocumented in source. Be warned that the author may not have intended to support it.
- onErro
void onErro(HTTPErrorCode code)
Undocumented in source.
- onError
void onError(HTTPErrorCode code)
Undocumented in source. Be warned that the author may not have intended to support it.
- onFrame
void onFrame(WSFrame wsf)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPong
void onPong(ubyte[] frame)
Undocumented in source.
- onResquest
void onResquest(HTTPMessage headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- onText
void onText(string frame)
Undocumented in source.
- onUpgtade
bool onUpgtade(CodecProtocol protocol, HTTPMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- ping
bool ping(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestComplete
void requestComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendBinary
bool sendBinary(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendFarme
deprecated bool sendFarme(OpCode code, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendFrame
bool sendFrame(OpCode code, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendText
bool sendText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.